Market Details
The CoinDCX Market Details endpoint provides detailed information about a specific market or trading pair.
By using the Market Details endpoint, you can retrieve comprehensive information about a specific market, including its current state, recent trading activity, and the order book, which can be useful for monitoring the market, analyzing trends, and making informed trading decisions.
The following endpoint can be used to retrieve the market details,
https://api.coindcx.com/exchange/v1/market_details
The CoinDCX Market Details endpoint, will allow you to get the following information:
| Parameter | Description |
|---|---|
| coindcx_name | Name of the market. |
| base_currency_short_name | Shortened name of the base currency. |
| target_currency_short_name | Shortened name of the target currency. |
| target_currency_name | Name of the target currency. |
| base_currency_name | Name of the base currency. |
| min_quantity | Indicates the minimum quantity of the target currency for which an order can be placed. |
| max_quantity | Indicates the maximum quantity of the target currency for which an order can be placed. |
| min_price | Minimum value for which an order can be placed. |
| max_price | Maximum value for which an order can be placed. |
| min_notional | It is the minimum amount of base currency for which an order can be placed. |
| base_currency_precision | Indicates the number of decimals accepted for the base currency. |
| target_currency_precision | Indicates the number of decimals accepted for the target currency. |
| step | Indicates the minimum increment accepted for the target currency. |
| order_types | Indicates the types of orders that can be placed for the intended market. |
| symbol | Market symbol |
| ecode | Also known as Exchange Code, ecode is a unique identifier for exchanges available on CoinDCX. Acceptable values for the field are:
|
| max_leverage | Indicates the maximum leverage for long position that is available in the market for margin trading. |
| max_leverage_short | Indicates the maximum leverage for short position that is available in the market for margin trading. |
| pair | It is a string created by ecode, target_currency_short_name, and base_currency_short name. For example, B-BTC_USDT. |
| status | Indicates the status of the market. Possible values are:
|